Occurs when a document is about to be imported into the vault from a briefcase.
Syntax
BrcEvent_BeforeImport(Batch, Briefcase, Action)
Remarks
Not available in the Meridian Web Client.
The Action parameter can be changed in this event procedure and the action executed by Meridian will be changed accordingly.
Tip Use the object argument Batch.Argument("__$$RelatedVaultDocument") to relate an incoming file from a briefcase to an existing vault document. For more information, see Understanding object arguments.
Related concepts